home *** CD-ROM | disk | FTP | other *** search
/ George Foreman's Interac…ng, Barbeque & Rotisserie / George Foreman's Interactive Guide to Grilling, Barbeque, and Rotisserie.iso / jre / bin / classic / Xusage.txt < prev   
Text File  |  2002-01-25  |  1KB  |  19 lines

  1.     -Xbootclasspath:<directories and zip/jar files separated by ;>
  2.                       set search path for bootstrap classes and resources
  3.     -Xbootclasspath/a:<directories and zip/jar files separated by ;>
  4.                       append to end of bootstrap class path
  5.     -Xbootclasspath/p:<directories and zip/jar files separated by ;>
  6.                       prepend in front of bootstrap class path
  7.     -Xnoclassgc       disable class garbage collection
  8.     -Xms<size>        set initial Java heap size
  9.     -Xmx<size>        set maximum Java heap size
  10.     -Xrs              reduce the use of OS signals
  11.     -Xcheck:jni       perform additional checks for JNI functions
  12.     -Xcheck:nabounds  perform additional checks for JNI array operations
  13.     -Xrunhprof[:help]|[:<option>=<value>, ...]
  14.                       perform heap, cpu, or monitor profiling
  15.     -Xdebug           enable remote debugging
  16.     -Xfuture          enable strictest checks, anticipating future default
  17.  
  18. The -X options are non-standard and subject to change without notice.
  19.